
' =========================================================================
' vbAccelerator Image List Control Demonstrator
' Copyright  1998-1999 Steve McMahon (steve@dogma.demon.co.uk)
'
' Implements an Image List control in VB using COMCTL32.DLL
'
' Visit vbAccelerator at http://vbaccelerator.com
'
' Date      Who   What
' 19/03/99  SPM   Fixes & improvements:
' 1) When loading an icon, choose the icon resource with the size most
'    closely matching the image list.
' 2) Allow multiple files to be selected when adding images.
' 3) Allow keys to be set up in the property page and persisted.
' 4) Keys can be automatically set up based on the filename of
'    the items being added.
' 5) Allow load of GIF, CUR and ANI from the property page.  For .ANIs,
'    you can choose whether to load just the first frame or import
'    all frames.
' 6) Allow bitmap transparent colour to be automatically determined
'    for bitmaps and GIFs (nb: use of JPG is not recommended because
'    JPGs do not maintain colour stability - any area of transparent
'    colour will vary approx +/- 3 colour values from the actual colour)
' 7) Bugs causing the control to crash when clicking buttons on the
'    property page have been fixed.  Also, an error causing images to
'    load in the wrong order has been fixed.
'
' =========================================================================
